home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 11 / cd.iso / pc / PC / demos / hypercieve / Insigma Demonstrations / panel / style / control.css
Encoding:
Cascading Style Sheet File  |  1999-10-05  |  729 b   |  54 lines

  1.  
  2. body
  3. {
  4.   background-color: #000000;
  5.   font-size: 12pt;
  6.   color: #8BC6D6;
  7.   font-family: "Arial",sans-serif;
  8.   top: 0
  9.   left: 0;
  10. }
  11.  
  12. H1
  13. {
  14.   font-family: "Arial", sans-serif;
  15.   font-size: 16pt;
  16.   color: rgb(57,82,99);
  17.   font-weight: 600;
  18. }
  19.  
  20. H2
  21. {
  22.   font-family: "Arial", sans-serif;
  23.   font-size: 14pt;
  24.   color: rgb(57,82,99);
  25.   font-weight: 500;
  26. }
  27.  
  28. H3
  29. {
  30.   font-family: "Arial", sans-serif;
  31.   font-size: 12pt;
  32.   color: rgb(57,82,99);
  33.   font-weight: 500;
  34.   font-style: italic;
  35. }
  36.  
  37. .source
  38. {
  39.   font-family: "courier";
  40.   font-size: 10pt;
  41.   color: #8BC6D6;
  42.   font-weight: 500;
  43. }
  44.  
  45. .legal
  46. {
  47.   font-family: "Arial", sans-serif;
  48.   font-size: 8pt;
  49.   color: #ffffff;
  50.   font-weight: 400;
  51. }
  52.  
  53.  
  54.